Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(urls): use relative Grafana ext url, remove unused storage ext url #145

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

andrewazores
Copy link
Member

  • fix(storage): remove unused STORAGE_EXT_URL env var
  • use relative grafana dashboard ext url
  • update post-install notes

See cryostatio/cryostat-operator#874

Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need the Grafana 9 fixes in Helm?

@andrewazores
Copy link
Member Author

Yes I suppose so

@andrewazores
Copy link
Member Author

#147

Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need the ROUTE_HOST part for NOTES.txt

$ helm install cryostat ./charts/cryostat/ --set core.route.enabled=true,authentication.openshift.enabled=true
NAME: cryostat
LAST DEPLOYED: Fri Jun 7 16:44:23 2024
NAMESPACE: helm-test
STATUS: deployed
REVISION: 1
NOTES:

  1. Tell Cryostat how to serve external traffic:
No actions required with this configuration.
  1. Visit the Cryostat application at:
echo https://$ROUTE_HOST

$ echo https://$ROUTE_HOST
https://

@andrewazores andrewazores deleted the relative-ext-url branch June 7, 2024 21:35
@andrewazores andrewazores restored the relative-ext-url branch June 7, 2024 21:36
@andrewazores andrewazores reopened this Jun 7, 2024
@andrewazores andrewazores merged commit 4d14d68 into cryostatio:main Jun 7, 2024
6 checks passed
@andrewazores andrewazores deleted the relative-ext-url branch June 7, 2024 22:10
mergify bot pushed a commit that referenced this pull request Jun 7, 2024
#145)

* fix(storage): remove unused STORAGE_EXT_URL env var

* use relative grafana dashboard ext url

* update post-install notes

* replace $ROUTE_HOST

(cherry picked from commit 4d14d68)
andrewazores added a commit that referenced this pull request Jun 7, 2024
#145) (#151)

* fix(storage): remove unused STORAGE_EXT_URL env var

* use relative grafana dashboard ext url

* update post-install notes

* replace $ROUTE_HOST

(cherry picked from commit 4d14d68)

Co-authored-by: Andrew Azores <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants